home *** CD-ROM | disk | FTP | other *** search
- /*
- * Name: GOPXEDPR XEDIT (was GOPHER XEDIT)
- * a PROFILE for XEDIT when used as a Gopher file viewer
- * Author: Rick Troth, Rice University, Information Systems
- * Date: 1992-Dec-14
- *
- * When XEDIT is designated as the file viewer, GOPHERCV
- * looks for GOPHER XEDIT. If it exists, it is used as
- * the XEDIT PROFILE; otherwise, you get your own.
- * In this example, you get your own PROFILE, with
- * the command "MACRO ITEMINFO" on the program stack.
- */
-
- Parse Arg string
- Push "MACRO GOPXEDII"
- Push "COMMAND SET SYNONYM ITEMINFO 4 GOPXEDII"
- Call PROFILE string
- If Symbol(result) = "LIT" Then Result = 0
- Exit result
-
-